home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / titans / beastboy.swf / scripts / DefineSprite_357 / frame_2 / DoAction.as
Text File  |  2010-11-09  |  224b  |  17 lines

  1. m.gotoAndStop("fall");
  2. r.score += 50 * r.point;
  3. r.zhit2.start();
  4. xs = 30;
  5. d = 70;
  6. onenterframe = function()
  7. {
  8.    _X = _X + xs;
  9.    xs *= 0.9;
  10.    d--;
  11.    if(!d)
  12.    {
  13.       r.gotoAndPlay("win");
  14.    }
  15. };
  16. stop();
  17.